home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2109
/
2109.xpi
/
chrome
/
febe.jar
/
content
/
settings
/
options.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-10-31
|
12KB
|
166 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay [
<!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >%febeDTD;
<!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >%febeHelpDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >%globalDTD;
]>
<overlay id="febeoptionsOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<prefpane id="febeOptionsppID" label="&febe.prefpane.options;"
onpaneload="febeBuProfileCheck();febeGetPrefs();febeOptionsCheck()">
<script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/febe.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/febeOptions.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/febeScheduleBackup.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/febeUDBu.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/boxnet.js"></script>
<script type="application/x-javascript" src="chrome://febe/content/febeObserver.js"></script>
<stringbundleset id="febestringbundleset">
<stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
</stringbundleset>
<preferences>
<preference id="buBookmarksHTML" name="extensions.febe.buBookmarks.html" type="bool" instantApply="true"/>
<preference id="buBookmarksJSON" name="extensions.febe.buBookmarks.json" type="bool" instantApply="true"/>
<preference id="buBrowserHistory" name="extensions.febe.buBrowserHistory" type="bool" instantApply="true"/>
<preference id="buCookies" name="extensions.febe.buCookies" type="bool" instantApply="true"/>
<preference id="buExtensions" name="extensions.febe.buExtensions" type="bool" instantApply="true"/>
<preference id="buFormFillHistory" name="extensions.febe.buFormFillHistory" type="bool" instantApply="true"/>
<preference id="buPermissions" name="extensions.febe.buPermissions" type="bool" instantApply="true"/>
<preference id="buPhishingData" name="extensions.febe.buPhishingData" type="bool" instantApply="true"/>
<preference id="buPreferences" name="extensions.febe.buPreferences" type="bool" instantApply="true"/>
<preference id="buSearchPlugins" name="extensions.febe.buSearchPlugins" type="bool" instantApply="true"/>
<preference id="buThemes" name="extensions.febe.buThemes" type="bool" instantApply="true"/>
<preference id="buType" name="extensions.febe.buType" type="string" instantApply="true" onchange="febeBuProfileCheck();"/>
<preference id="buUDBu" name="extensions.febe.buUDBu" type="bool" instantApply="true"/>
<preference id="buUserChrome" name="extensions.febe.buUserChrome" type="bool" instantApply="true"/>
<preference id="buUserPwd" name="extensions.febe.buUserPwd" type="bool" instantApply="true"/>
<preference id="disableMissedBackupNotification" name="extensions.febe.disableMissedScheduledBackup" type="bool" instantApply="true"/>
<preference id="dispProgressWin" name="extensions.febe.displayprogresswin" type="bool" instantApply="true"/>
<preference id="dispResultsPage" name="extensions.febe.displayresultspage" type="bool" instantApply="true" onchange="febeResultsFormat();"/>
<preference id="excludeCache" name="extensions.febe.excludeCache" type="bool" instantApply="true"/>
<preference id="excludePhishing" name="extensions.febe.excludePhishingDB" type="bool" instantApply="true"/>
<preference id="febeHideHelp" name="extensions.febe.hidehelp" type="bool" instantApply="true" onchange="febeHideHelpIcons()"/>
<preference id="hideIcons" name="extensions.febe.hideIcons" type="bool" instantApply="true"/>
<preference id="HTMLdir" name="extensions.febe.orientation" type="string" instantApply="true"/>
<preference id="ignoreDisabled" name="extensions.febe.ignoreDisabled" type="bool" instantApply="false"/>
<preference id="includeFebe" name="extensions.febe.includefebe" type="bool" instantApply="true"/>
<preference id="includeGlobal" name="extensions.febe.includeGlobal" type="bool" instantApply="false"/>
<preference id="playSounds" name="extensions.febe.playSounds" type="bool" instantApply="true"/>
<preference id="resultsFormat" name="extensions.febe.resultsFormat" type="string" instantApply="true"/>
<preference id="saveResultsPage" name="extensions.febe.saveresultspage" type="bool" instantApply="true"/>
<preference id="verifyBackups" name="extensions.febe.verifyBackups" type="bool" instantApply="false"/>
<preference id="warnpending" name="extensions.febe.warnpending" type="bool" instantApply=""/>
</preferences>
<!--
<label id="febeTextDir" hidden="true" preference="HTMLdir" value="&locale.dir;"/>
-->
<groupbox class="box-inset">
<caption id="febeBackupType" class="outset rounded">
<label id="febeBUtypeLabel" value="&febe.buType.caption;"/>
<image id="febeHelp04" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('04','&febe.buType.caption;');" class="helpButton"/>
</caption>
<radiogroup id="febeBackupType" preference="buType">
<hbox>
<radio id="febeSelectiveRadio" selected="true" label="&febe.buSelective.label;" value="selective"/>
<radio id="febeProfileRadio" label="&febe.buProfile.label;" value="profile"/>
<radio id="febeBothRadio" label="&febe.buBoth.label;" value="both"/>
<radio id="febeAlternateRadio" label="&febe.buAlternate.label;" value="alternate"/>
</hbox>
</radiogroup>
</groupbox>
<hbox>
<groupbox flex="1" class="box-inset">
<caption id="febeAdditionalBackups" class="outset rounded">
<label value="&febe.prefpane.backupitems;"/>
<image id="febeHelp03" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('03','&febe.prefpane.backupitems;');" class="helpButton"/>
</caption>
<checkbox id="buExtensions_id" label="&febe.buExtensions.label;" preference="buExtensions"/>
<checkbox id="buThemes_id" label="&febe.buThemes.label;" preference="buThemes"/>
<button id="additionalItemsID" label="&febe.additional.label;" type="menu" disabled="true">
<menupopup id="buItems">
<checkbox disabled="false" id="extensions_febe_buBookmarks_json" label="&febe.buBookmarksJSON.label;" preference="buBookmarksJSON"/>
<checkbox disabled="false" id="extensions_febe_buBookmarks_html" label="&febe.buBookmarksHTML.label;" preference="buBookmarksHTML"/>
<checkbox disabled="false" id="extensions_febe_buPreferences" label="&febe.buPreferences.label;" preference="buPreferences"/>
<checkbox disabled="false" id="extensions_febe_buCookies" label="&febe.buCookies.label;" preference="buCookies"/>
<checkbox disabled="false" id="extensions_febe_buUserChrome" label="&febe.buUserChrome.label;" preference="buUserChrome"/>
<checkbox disabled="false" id="extensions_febe_buUserPwd" label="&febe.buUserPwd.label;" preference="buUserPwd"/>
<checkbox disabled="false" id="extensions_febe_buSearchPlugins" label="&febe.buSearchPlugins.label;" preference="buSearchPlugins"/>
<checkbox disabled="false" id="extensions_febe_buBrowserHistory" label="&febe.buBrowserHistory.label;" preference="buBrowserHistory"/>
<checkbox disabled="false" id="extensions_febe_buFormFillHistory" label="&febe.buFormFillHistory.label;" preference="buFormFillHistory"/>
<checkbox disabled="false" id="extensions_febe_buPermissions" label="&febe.buPermissions.label;" preference="buPermissions"/>
<checkbox disabled="false" id="extensions_febe_buUDBu" label="&febe.buUDBu.label;" preference="buUDBu"/>
<hbox>
<button disabled="false" label="&febe.buSelectAll.label;" id="buSelectAll" oncommand="febeBuSelectAll(true); return false;"/>
<spacer flex="1"/>
<button disabled="false" label="&febe.buDeselectAll.label;" id="buDeselectAll" oncommand="febeBuSelectAll(false); return false;"/>
</hbox>
</menupopup>
</button>
<button label="&febe.UDBu.btn;" id="buUDBu_btn" disabled="false"
oncommand="window.openDialog('chrome://febe/content/febeUDBu.xul', 'User-defined backups', 'chrome,alwaysRaised,centerscreen,resizable');"/>
</groupbox>
<groupbox flex="1" class="box-inset">
<caption id="febeCheckboxOptions" class="outset rounded" label="&febe.prefpane.options;"/>
<hbox>
<checkbox id="ignoreDisabled_id" label="&febe.ignoreDisabled.label;" preference="ignoreDisabled"/>
<image id="febeHelp06" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('06','&febe.ignoreDisabled.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="includeGlobal_id" label="&febe.includeGlobal.label;" preference="includeGlobal" disabled="false"/>
<image id="febeHelp32" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('32','&febe.includeGlobal.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="warnpending_id" label="&febe.warnpending.label;" preference="warnpending" disabled="false"/>
<image id="febeHelp23" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('23','&febe.warnpending.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="playSounds_id" label="&febe.playSounds.label;" preference="playSounds"/>
<image id="febeHelp07" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('07','&febe.playSounds.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="verifyBackups_id" label="&febe.verifyBackups.label;" preference="verifyBackups"/>
<image id="febeHelp08" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('08','&febe.verifyBackups.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="hideIcons_id" label="&febe.hideIcons.label;" preference="hideIcons" oncommand="febeSetStatusbarVisibility();"/>
<image id="febeHelp09" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('09','&febe.hideIcons.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="febeHideHelp_id" label="&febe.hideHelp.label;" preference="febeHideHelp"/>
<image id="febeHelp11" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('11','&febe.hideHelp.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="dispProgress_id" label="&febe.dispprogresswin;" preference="dispProgressWin"/>
<image id="febeHelp14" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('14','&febe.dispprogresswin;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="dispResults_id" label="&febe.dispresultspage;" preference="dispResultsPage"/>
<image id="febeHelp15" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('15','&febe.dispresultspage;');" class="helpButton"/>
</hbox>
<radiogroup id="dispResultsFormat" class="indent" orient="horizontal" preference="resultsFormat">
<radio id="displayResultsDetail" selected="true" label="&febe.resultspageformatdetail;" value="detail"/>
<radio id="displayResultsSummary" selected="false" label="&febe.resultspageformatsummary;" value="summary"/>
</radiogroup>
<hbox>
<checkbox id="saveResults_id" label="&febe.saveresultspage;" preference="saveResultsPage"/>
<image id="febeHelp31" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('31','&febe.saveresultspage;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="includeFEBE_id" disabled="false" label="&febe.includefebe.label;" preference="includeFebe"/>
<image id="febeHelp17" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('17','&febe.includefebe.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox id="disableMissedScheduledBackup_id" disabled="false" label="&febe.missedMcheduledBackupNotification;" preference="disableMissedBackupNotification"/>
<image id="febeHelp34" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('34','&febe.missedMcheduledBackupNotification;');" class="helpButton"/>
</hbox>
</groupbox>
</hbox>
<button label="Test" hidden="true" onclick="doSomething()"/>
</prefpane>
</overlay>